From f8d49962299cba7dc719c63c78b0dbd9b65678a5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?=C3=98yvind=20Kol=C3=A5s?= Date: Sat, 31 Mar 2012 14:58:16 +0100 Subject: [PATCH] base/util.h change define used in include guards --- babl/base/util.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/babl/base/util.h b/babl/base/util.h index bca25eb..a229894 100644 --- a/babl/base/util.h +++ b/babl/base/util.h @@ -16,8 +16,8 @@ * . */ -#ifndef _UTIL_H -#define _UTIL_H +#ifndef _BASE_UTIL_H +#define _BASE_UTIL_H #include #include -- 2.30.2